uwsgi: update to version 2.0.30
authorNikita Solianik <[email protected]>
Tue, 30 Sep 2025 17:34:12 +0000 (19:34 +0200)
committerJosef Schlehofer <[email protected]>
Thu, 2 Oct 2025 13:22:20 +0000 (15:22 +0200)
It fixes GCC15 build errors.

Release notes:
https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.27.html
https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.28.html
https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.29.html
https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.30.html

Signed-off-by: Nikita Solianik <[email protected]>
net/uwsgi/Makefile
net/uwsgi/patches/003-hard-code-Linux-as-compilation-os.patch
net/uwsgi/patches/005-ssl-option-can_t-be-set.patch

index 58605b4edbbd18c18e247c965905b6edb4dcc864..ad03af9eaba052c5a265d6b4c3700022fa88ef35 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uwsgi
-PKG_VERSION:=2.0.26
-PKG_RELEASE:=2
+PKG_VERSION:=2.0.30
+PKG_RELEASE:=1
 
 PYPI_NAME:=uWSGI
 PYPI_SOURCE_NAME:=uwsgi
-PKG_HASH:=86e6bfcd4dc20529665f5b7777193cdc48622fb2c59f0a7f1e3dc32b3882e7f9
+PKG_HASH:=c12aa652124f062ac216077da59f6d247bd7ef938234445881552e58afb1eb5f
 
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=LICENSE
index c85dbb56b8cc0e3a5c8836db6eea43f24e714cba..d783b6f74e42b16322cd9ca4c5ce253e6b3c7435 100644 (file)
@@ -1,6 +1,6 @@
 --- a/uwsgiconfig.py
 +++ b/uwsgiconfig.py
-@@ -5,9 +5,9 @@ uwsgi_version = '2.0.26'
+@@ -5,9 +5,9 @@ uwsgi_version = '2.0.30'
  import os
  import re
  import time
index efdbd47e6759f4eff1660a62c0af0d0a953d1fc5..f3290f21172d40e6798f22045800e2f5e217bdef 100644 (file)
@@ -12,7 +12,7 @@ Given the changeset which introduced this option with the ssl-enable3 option whi
 
 --- a/core/uwsgi.c
 +++ b/core/uwsgi.c
-@@ -678,7 +678,7 @@ static struct uwsgi_option uwsgi_base_op
+@@ -679,7 +679,7 @@ static struct uwsgi_option uwsgi_base_op
        {"ssl-enable3", no_argument, 0, "enable SSLv3 (insecure)", uwsgi_opt_true, &uwsgi.sslv3, 0},
        {"ssl-enable-sslv3", no_argument, 0, "enable SSLv3 (insecure)", uwsgi_opt_true, &uwsgi.sslv3, 0},
        {"ssl-enable-tlsv1", no_argument, 0, "enable TLSv1 (insecure)", uwsgi_opt_true, &uwsgi.tlsv1, 0},